home *** CD-ROM | disk | FTP | other *** search
/ Mac Action 1996 January / mac-action-07.iso / mac / Inside Action / Beatrix Potter / Peter Rabbit / MOSAIC.DXR / 00008.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  129 b   |  9 lines

  1. on exitFrame
  2.   global gMosaicMap
  3.   if gMosaicMap = "ABCDEX" then
  4.     go("Mosaic Finished")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.